'Declaration Public Function New( _
ByVal decimalPlacesNumber of decimal places.As System.Int32, _
ByVal isCurrencySymbolBeforeValueA value indicating whether currency symbol format must be written before number format.As Boolean, _
ByVal ParamArray currencySymbolFormatsCurrency symbol format and it's synonyms.() As System.String _
)
public CurrencyFormat(
System.Int32 decimalPlaces,
bool isCurrencySymbolBeforeValue,
params System.String[] currencySymbolFormats
)
public: CurrencyFormat(
System.Int32 decimalPlaces,
bool isCurrencySymbolBeforeValue,
params System.String[]* currencySymbolFormats
)
public:
CurrencyFormat(
System.Int32 decimalPlaces,
bool isCurrencySymbolBeforeValue,
... array<System.String>^ currencySymbolFormats
)
Parameters
- decimalPlaces
- Number of decimal places.
- isCurrencySymbolBeforeValue
- A value indicating whether currency symbol format must be written before number format.
- currencySymbolFormats
- Currency symbol format and it's synonyms.